home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / fanblades < prev    next >
Text File  |  1999-06-15  |  563b  |  24 lines

  1. Category: UnPlugged
  2. Title: UnPlugged Blades...
  3. Copyright: ©1997/1998 Martijn W. van der Lee. UnPlugged site: http://members.xoom.com/rambo
  4. Author: Martijn W. van der Lee (mwvdlee@open.net)
  5. Filename: blades.8bf
  6.  
  7. R:mix(sin((511+d+ctl(1))%(ctl(0)+1))*ctl(2)/64,r,(255-ctl(3)),255)
  8.  
  9. G:mix(sin((511+d+ctl(1))%(ctl(0)+1))*ctl(2)/64,g,(255-ctl(3)),255)
  10.  
  11. B:mix(sin((511+d+ctl(1))%(ctl(0)+1))*ctl(2)/64,b,(255-ctl(3)),255)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Amount:
  16. ctl[1]: Angle:
  17. ctl[2]: Brightness:
  18. ctl[3]: Transparency:
  19.  
  20. val[0]: 128
  21. val[1]: 64
  22. val[2]: 64
  23. val[3]: 128
  24.